home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / SLINK'S_ / MP_HEADE / MYCOLORS.H < prev    next >
Text File  |  1992-06-12  |  344b  |  8 lines

  1. /*------------------------------------------------------------------------------------
  2.     This file contains some colors that have been defined.
  3. -------------------------------------------------------------------------------------*/
  4.  
  5. enum { sl_black = 0, sl_darkdarkGray, sl_darkGray, sl_gray, sl_liteGray, sl_white};
  6.  
  7. void SetColor(int index);
  8.